This XObject allows Director users to incorporate interactive QuickTime™ movies created using Motion Works' MovieClick application (part of Multimedia Utilities™) into their projects.
DISCLAIMER:
-----------
This XObject is a beta release and is provided as is. Motion Works make no warranties as to the software or documentation and shall not be liable for any lost profits or damages suffered by the use of this software. Motion Works does not provide technical support in regards to this XObject. Inquires, questions, problems, bug reports and such should be faxed to 415-541-0555, please do not call technical support.
USAGE:
------
Put this in a frame to set up the movie actor
Global IQ
set IQ = IQObject(mNew)
//you should use the exact call except change the 50, 50 to whatever offset
//you want and the fileName of cast X
IQ(mSetUp, the stageLeft, the stageTop, 50, 50, the fileName of cast 5, the ticks)
// the idle lets the movie work
set i = IQ(mIdle)
//i / 65536 gives the movie id that is being clicked on
// i mod 65536 gives the id of the hot spot being clicked on
if i / 65536 = 1 then
if i mod 65536 = 1 then
put "1"
else if i mod 65536 = 2 then
put "2"
else if i mod 65536 = 3 then
put "3"
else if i mod 65536 = 4 then
put "4"
else if i mod 65536 = 5 then
put "5"
end if
end if
//keep going to the same frame as the idle
go to 2
//When you want to remove the movie do this
IQ(mDispose);
ADDITIONAL INFORMATION:
------------------------
To purchase a copy of the Multimedia Utilities or to get additional information on MovieClick, please contact Motion Works directly at 415-541-9333 or by email at: info@motionworks.com